home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Aq…- War of the Water Worlds / DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso / pc / auto08.dxr / 00007.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  301 b   |  12 lines

  1. on enterFrame
  2.   global k, s60, s200
  3.   if k = 0 then
  4.     set the visible of sprite 19 to 1
  5.     animate("a08-3vx.wav", 19, "A08-3-01.bmp", 10, s60, EMPTY)
  6.     animate(EMPTY, 19, "A08-3-10.bmp", 1, s200, EMPTY)
  7.     set the visible of sprite 19 to 0
  8.     puppetSprite(19, 0)
  9.     updateStage()
  10.   end if
  11. end
  12.